home *** CD-ROM | disk | FTP | other *** search
/ Inside Mac Games Volume 1 / Inside Mac Games Volume 1.iso / Shareware / Arcade / RoboWar / Robots / DumBot / DumBot
Encoding:
Text File  |  1990-04-07  |  270 b   |  19 lines  |  [RobW/RWAR]

  1. {   
  2.     DumBot
  3.     Created 12/27/89 by David Harris
  4.  
  5.     This robot is used to test the arena.
  6. }
  7.  
  8. Main:
  9.     50 shield' store
  10.     aim 7 + aim' store
  11.     range 0 > 
  12.        missilesub if
  13.     main jump
  14.  
  15. MissileSub:
  16.     50 missile' store
  17.     return
  18. 
  19. # This is sample text